home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / cross / Avr.lha / Atmel / Asm / src / errors.h < prev    next >
Text File  |  2000-03-17  |  412b  |  20 lines

  1. /*Errors*/
  2.  
  3. #define CONSTANT     1
  4. #define FILE_ERROR   2
  5. #define NOTOP        3
  6. #define WRONGOP      4 
  7. #define RANGE        5
  8. #define BADCODE      6
  9. #define REG16        7
  10. #define UPPERREGS    8
  11. #define REPEATLABEL  9
  12. #define EVENADDR     10
  13. #define ALLIGNMENT   11
  14. #define NOFILE       12
  15. #define MEM          13
  16. #define MISSINGQUOTE 14
  17. #define DIVZERO      15
  18. #define BRACKETS     16
  19. #define TOOCOMPLEX   17
  20.